From: kfraser@localhost.localdomain Date: Fri, 28 Jul 2006 16:52:57 +0000 (+0100) Subject: [NET] front: Fix the build (broken my me a few changesets back). X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15766 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=cef4d5d58aab4fbddb5394d492188a072be843f0;p=xen.git [NET] front: Fix the build (broken my me a few changesets back). Signed-off-by: Keir Fraser --- diff --git a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c index 2bfd63acd8..bf7a57e0f1 100644 --- a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c +++ b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c @@ -1170,6 +1170,7 @@ static void network_connect(struct net_device *dev) struct netfront_info *np = netdev_priv(dev); int i, requeue_idx; struct sk_buff *skb; + grant_ref_t ref; xennet_set_features(dev);